projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d35fce8
)
(list-buffers-noselect): Use abbreviate-file-name
author
Gerd Moellmann
<gerd@gnu.org>
Fri, 12 Nov 1999 12:43:32 +0000
(12:43 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Fri, 12 Nov 1999 12:43:32 +0000
(12:43 +0000)
to display file names.
lisp/ChangeLog
patch
|
blob
|
history
lisp/buff-menu.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index c5d7760ff9441a7839b4d6e676f7665fb3281a76..5e2814ca08c9239a0f662af9cc54fe435eac6ccf 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,8
@@
+1999-11-12 Gerd Moellmann <gerd@gnu.org>
+
+ * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
+ to display file names.
+
1999-11-11 Gerd Moellmann <gerd@gnu.org>
* mwheel.el: Fix copyright notice, don't require 'cl at run time.
diff --git
a/lisp/buff-menu.el
b/lisp/buff-menu.el
index 8861ccf6d33a5d60ef93b7c21437881d6d235996..18b46dc8ece91ffc9674a95c7db90d1253705678 100644
(file)
--- a/
lisp/buff-menu.el
+++ b/
lisp/buff-menu.el
@@
-566,7
+566,7
@@
The R column contains a % for buffers that are read-only."
(indent-to 40 1)
(or file (setq file this-buffer-directory))
(if file
- (princ
file
))
+ (princ
(abbreviate-file-name file)
))
(princ "\n"))))
(setq bl (cdr bl))))
(Buffer-menu-mode)